home *** CD-ROM | disk | FTP | other *** search
/ Champak 141 / (Vol 141) Oct 17 2011.iso / Games / flight-of-the-museum.swf / scripts / tButton.as < prev   
Encoding:
Text File  |  2011-10-17  |  253 b   |  16 lines

  1. package
  2. {
  3.    import ui.UIButton;
  4.    
  5.    [Embed(source="/_assets/assets.swf", symbol="tButton")]
  6.    public dynamic class tButton extends UIButton
  7.    {
  8.        
  9.       
  10.       public function tButton()
  11.       {
  12.          super();
  13.       }
  14.    }
  15. }
  16.